home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / English.lproj / ContourOptionsPanel.nib / data.classes next >
Encoding:
Text File  |  1993-03-18  |  420 b   |  32 lines

  1. ContourOptionsPanel = {
  2.     ACTIONS = {
  3.     doSetPoints:;
  4.     doSetOrder:;
  5.     doSetKey:;
  6.     doSetKind:;
  7.     };
  8.     OUTLETS = {
  9.     pointsField;
  10.     kindMatrix;
  11.     keyButton;
  12.     orderField;
  13.     };
  14.     SUPERCLASS = OptionsPanel;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. OptionsPanel = {
  22.     ACTIONS = {
  23.     windowDidUpdate:;
  24.     showPanel:;
  25.     };
  26.     OUTLETS = {
  27.     panel;
  28.     status;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.